Documents for PDF, .NET Edition Documentation
Item Property (ObservableSortedDictionary<TKey,TValue>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ObservableSortedDictionary<TKey,TValue> Class : Item Property
The key of the value to get or set.
Gets or sets the value associated with the specified key.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal key As TKey _
) As TValue
public TValue this[ 
   TKey key
]; {get; set;}

Parameters

key
The key of the value to get or set.
See Also

Reference

ObservableSortedDictionary<TKey,TValue> Class
ObservableSortedDictionary<TKey,TValue> Members